*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    /*overflow-x: hidden;*/
}
div{
    box-sizing: border-box;
    font: 16px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;
    color: #000000;;
    font-family: Microsoft YaHei;
    /*overflow: hidden;*/
}
a{
    text-decoration: none;
    color: rgba(0,0,0,1);
    font-family: Microsoft YaHei;
    font-size: 16px !important;
    font-weight: normal;
}
a:hover{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
.clear{
    clear: both;
}
/*pc端导航*/
.pc-header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 101px;
    background: url(../img/menu.jpg) no-repeat center;
}
.pc-header-con{
    width: 1200px;
    height: 101px;
    margin: 0 auto;
}
.pc-header-logo{
    float: left;
    display: flex;
    height: 101px;
    align-items: center;
	margin-left: -140px;
}
.pc-header-logo img{
	width: 100%;
}
.pc-header-nav{
    float: right;
}
.pc-header-nav>ul>li{
    float: left;
    line-height: 100px;
    position: relative;
}
.pc-header-nav>ul>li:first-child{
    margin-left: 0;
}
.pc-header-nav>ul >.active>a{
    color: #db2d12;
}
.pc-header-nav>ul>li>a{
    font-size: 14px;
    color: #000000;    
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    padding-right: 40px;
}
.pc-header-nav>ul>li>a:hover{
    text-decoration: none;
    color: #db2d12;
}
.pc-header-nav>ul>li>ul{
	position: absolute;
	width: 100%;
	height: auto;
	top: 100px;
	left: 0;
	color: #fff;
	background-color: #DB2D12;
	display: none;
	overflow: hidden;
}
.pc-header-nav>ul>li>ul>li{
	line-height: 30px;
}
.pc-header-nav>ul>li>ul>li>a{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	/*transition: .3s;*/
}
.pc-header-nav>ul>li>ul>li>a:hover{
	background-color: #fff;
	color: #DB2D12;
}

/*响应式导航*/
.flex-header{
    display: none;
    background-color: rgb(43, 45, 66);
    width: 100%;
    height: 92px;
    padding: 0 15px;
}
.flex-header-logo{
    display: flex;
    height: 100%;
    align-items: center;
    float: left;
}
.flex-header-icon{
    display: flex;
    height: 100%;    
    align-items: center;
    float: right;
}
/*隐藏菜单*/
.flex-list{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33,33,33,0.3);
    z-index: 99;
}
.flex-list .down{
    cursor: pointer;
    color: #fff;
    height: 25px;
    padding-right: 10px;
    
}
.flex-list .down span{
    float: right;
    line-height: 25px;
    font-size: 18px;
}
.flex-list .flex-list-nav li{
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #7f7f7f;
    border-bottom: 1px solid #fff;
}
.flex-list .flex-list-nav li a{
    font-size: 16px;
    color: #fff;
    line-height: 70px;
}
.flex-list .flex-list-nav .active a{
    color: #db2d12;    
}
.flex-list .flex-list-nav li a:hover{
    text-decoration: none;
    color: #db2d12;
}
/*banner*/
.banner{
    margin-top: 101px;
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-slide{
    width: 100%!important;
    overflow: hidden;
}
.banner img{
    width: 100%;
    max-height: 693px;
}
.banner-text{
    z-index: 9;
    position: absolute;
    width: 800px;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
}
.banner-text p{
    font-family: 'Times New Roman';
    font-size: 16px;
    line-height: 22.3999996185303px;
    margin-bottom: 10px;
}
.banner-text h1{
    font-family: 微软雅黑;
    font-size: 72px;
    font-weight: bold;
    line-height: 74px;
    margin-top: 12px;
}
.banner-text h3{
    font-family: 微软雅黑;
    font-size: 24px;
}
.banner-text a{
    margin-top: 20px;
    display: inline-block;
    width: 202px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background-color: rgba(43,45,66,1);
    font-family: arial;
    border-radius: 3px;
    font-size: 12px;
}
.banner-text a:hover{
    text-decoration: none;
    background-color: rgba(219,45,18,1);
}
.banner-text2{
    display: none;
}
/*首页产品部分*/
.index-product{
    width: 100%;
    height: auto;
}
.index-product-con{
    text-align: center;
}
.index-product-title{
    padding-top: 40px;
}
.index-product-title p{
    font-size: 36px;
    line-height: 46px;  
    margin-bottom: 0;      
}
.index-product-title p:first-child{
    font-family: 'Alpida Unicode System';
    text-transform: uppercase;
}
.index-product-title p:first-child>span:first-child{
    color: rgb(43, 45, 66);
}
.index-product-title p:first-child>span:last-child{
    color: rgb(219, 45, 18);
}
.index-product-title p:last-child{
    font-weight: bold;
    color: rgb(43, 45, 66);
    font-family: 微软雅黑;
}
.index-product-main{
    margin-top: 20px;
    display: flex;
    display: -ms-flex;
}
.index-product-main>div{
    position: relative;
    height: auto;
    margin-bottom: 30px;
}
.index-product-main>div>div{
    position: relative;
    left: 50%;
    top: 0; 
    transform: translate(-50%);
}
.index-product-main>div>.index-pro-box{
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.index-product-main>div>.index-pro-box ul{
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%);
}
.index-pro-name{
    margin-top: 35px;
    width: 150px;
    text-align: center;
}
.index-pro-name a:hover{
    color: rgba(219,45,18,1);
}
.index-about{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../img/3.jpg)no-repeat center bottom;
    background-size: contain;
    padding: 30px 0;
}
.index-about .index-about-mian{
    width: 1200px;
    margin: 0 auto;
}
.index-about-mian{
    position: relative;
    text-align: center;
} 
.index-about-title{
    padding-top: 58px;
    margin-bottom: 27px;
}
.index-about-pic{
    display: none;
    margin-bottom: 15px;
}
.index-about-pic img{
    width: 100%;
}
.index-about-con p{
    font-family: 微软雅黑;
    font-size: 15px;
    line-height: 150%;
    color: rgb(0, 0, 0);
}
.learn-more{
    margin-top: 25px;
    width: 202px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
}
.learn-more a{
    display: inline-block;
    width: 202px;
    height: 52px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;   
    background-color: rgba(43,45,66,1); 
    text-align: center;
}
.learn-more a:hover{
    background-color: rgba(219,45,18,1);    
}
/*首页优势*/
.index-advantage{
    height: 628px;
    background: url(../img/4.jpg);
    background-position: center top;
}
.index-advantage-con{
    position: relative;
    width: 1200px;
    height: 628px;
    margin: 0 auto;
}
.index-advantage-con>div{
    position: absolute;
    width: 700px;
    height: 72px;
}
.index-advantage-con1{
    padding-left: 90px;
    left: 460px;
    top: 80px;
    background: url(../img/tb01.png)no-repeat left center;
}
.index-advantage-con2{
    padding-left: 90px;
    left: 400px;
    top: 210px;
    background: url(../img/tb02.png)no-repeat left center;
}
.index-advantage-con3{
    padding-left: 90px;
    left: 340px;
    top: 340px;
    background: url(../img/tb03.png)no-repeat left center;
}
.index-advantage-con4{
    padding-left: 90px;
    left: 280px;
    top: 470px;
    background: url(../img/tb04.png)no-repeat left center;
}
.index-advantage-con>div>p:first-child{
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(0, 0, 0);
}
.index-advantage-con>div>p:last-child{
    color: rgb(106, 115, 130);
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 180%;
}
/*首页产品展示*/
.index-show{
    text-align: center;
    width: 100%;
    height: auto;
    background: url(../img/1.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    padding: 30px 0;
}

.index-show-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}


.index-show-main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.index-show-title{
    padding-top: 40px;
    text-align: center;
}
.index-show-title p{
    font-family: 'Alpida Unicode System';
    margin-bottom: 0;
    font-size: 36px;
    line-height: 45px;
}
.index-show-title p span:first-child{
    color: rgb(219, 45, 18);
}
.index-show-title p span:last-child{
    color: #fff;
}
.index-show-title p:last-child{
    color: #fff;
    font-weight: bold;
}
.index-show-nav{
    margin-top: 25px;
}
.index-show-nav ul{
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    display: -ms-flexbox;
}
.index-show-nav ul li{
	flex: 1;
	-ms-flex: 1;
    width: 16.66%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    background: url(../img/menu01_gq1a.png)no-repeat center;
    background-size: contain;
}
.index-show-nav ul li:first-child{
    background: url(../img/hover_jqxs.png)no-repeat center;       
    background-size: contain; 
}
.index-show-nav ul li:hover{
    background: url(../img/hover_jqxs.png)no-repeat center;    
    background-size: contain;
}
.index-show-nav ul li a{
    display: inline-block;
    width: 100%;
    height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
}
.index-show-product{
    margin-top: 20px;
}
.index-show-product .name a{
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.index-show-product>.row>div{
    padding: 0;
}
.index-show-product>.row>div img{
    width: 285px;
    transition: all 0.5s;
}
.index-show-product>.row>div img:hover{
    transform: scale(1.1);
}
.index-show .learn-more{
    margin-top: 10px;
}
.index-show .learn-more a{
    background-color: #fff;
    color: #000;
}
.index-show .learn-more a:hover{
    background-color: rgba(219,45,18,1);
}
/*首页新闻*/
.index-news-main{
    width: 1200px;
    margin: 0 auto;
}
.index-news-title{
    text-align: center;
}
.index-news-con{
    margin-top: 38px;
    /*display: flex;
    justify-content: space-between;*/
}
.index-news-con>div{
	float: left;
    position: relative;
    word-wrap: break-word;
    padding: 0 20px;
    border: 0px solid transparent;
    height: 433px;
    width: 360px;
    background-color: rgb(245, 245, 245);
    margin: 0px 0px 10px 60px;
}
.index-news-con>div:nth-of-type(3n-2){
	margin-left: 0;
}
.index-news-con .news-img{
    position: absolute;
    left: 20px;
    top: 20px;    
}
.index-news-con .news-text{
    position: absolute;
    left: 20px;
    top: 231px;
    width: 320px;
}
.index-news-con .news-text p{
    margin-bottom: 5px;
}
.index-news-con .news-text .news-name a{
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 140%;
}
.index-news-con .news-text .news-name a:hover{
    color: #db2d12;
}
.index-news-con .news-text .news-time{
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    line-height: 140%;
}
.index-news-con .news-text .news-con{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 16px !important;
    padding-top: 10px;
    color: #434343;
}
.index-news-main>div:last-child{
    text-align: center;
}
/*响应式新闻*/
.index-flex-news{
    display: none;
    padding: 0px;
    border: 0px solid transparent;
    background-color: rgb(245, 245, 245);
    padding: 0 10px;
    text-align: center;
}
.index-flex-news .img{
    margin-top: 10px;
    width: 100%;
}
.index-flex-news .img img{
    width: 100%;    
}
.index-flex-news .news-list{
    margin-top: 10px;
}
.index-flex-news .news-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #c6c6c6;
}
.index-flex-news .news-list ul li a{
    font-size: 12px;
}
.index-flex-news .news-list ul li span{
    font-size: 12px;    
    color: #acacac;
}
/*底部*/
.footer{
    height: 332px;
    background: url(../img/2.jpg)no-repeat center;
    background-size: cover;
}
.footer-con{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-con p{
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 220%;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.footer-con div:last-child img{
    width: 118px;
}
.footer-main .line{
    margin-top: 20px;
    margin-bottom: 15px;
}
.footer-main .bq{
    text-align: center;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 171%;
    color: rgb(107, 107, 115);
    margin-bottom: 0;
}
.footer-main>p:last-child{
    background: url(../img/footer.png)no-repeat center top;
    margin-top: 22px;
    text-align: center;
    font-family: 'Microsoft yahei';
    font-size: 14px;
    color: #FFF;
    line-height: 26px;
}
/*关于我们*/
.ny-title-text{
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.ny-title-text a:hover{
    color: #000;
    text-decoration: underline;
}
.ny-title-line{
    width: 100%;
    height: 5px;
    margin-top: 15px;
    margin-bottom: 25px;    
    background: url(../img/line2.png)repeat-x;
}
.ny-title-nav{
    text-align: center;
    padding: 0 30px;
    display: flex;
    display: -ms-flexbox;
}
.ny-title-nav>div{
	flex: 1;
	-ms-flex: 1;
    display: inline-block;
    width: 195px;
    height: 48px;
    background: url(../img/menu01_gq1a.png) no-repeat center;
    background-size: contain;
}
#navon{
    background: url(../img/hover_jqxs.png) no-repeat center;  
    background-size: contain;  
}
.ny-title-nav>div:hover{
    background: url(../img/hover_jqxs.png) no-repeat center;        
    background-size: contain;
}
.ny-title-nav>div a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    color: #fff;
}
.ny-flex-nav{
    display: none;
}
.ny-flex-nav-title{
    margin: 20px 0;
    text-align: center;
    font-family: 'Alpida Unicode System';
}
.ny-flex-nav-title>p{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: rgb(43, 45, 66);    
}
.ny-flex-nav-title>p:first-child>span:first-child{
    color: rgb(219, 45, 18);
}
.ny-about-pic{
    width: 100%;
    margin: 30px 0;
}
.ny-about-pic img{
    width: 100%;
    min-height: 150px;
}
.ny-about-pic img:last-child{
    display: none;
}
p.about-text{
    text-indent: 2em;
    font-size: 16px !important;
    font-family: 微软雅黑;
    color: rgb(67, 67, 67);
    line-height: 180%;
    margin-bottom: 20px;
}
p.about-text:last-child{
    margin-bottom: 80px;
}
/*新闻动态*/
.ny-news-title>div{
    float: none;
}
.ny-news-title{  
    margin-bottom: 40px;
}
.ny-flex-nav-list{
    text-align: center;
    margin-bottom: 30px;
}
.ny-flex-nav-list a{
    display: inline-block;
    width: 90px;
    height: 48px;
    background-color: #2b2d42;
    line-height: 48px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    margin: 0 10px;
}
.ny-news-list-title a:hover{
    color: #db2d12;
}
.ny-news-list li{
    font-family: Microsoft YaHei;
    color: #434343;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e2e2e2;
}
.ny-news-list li .ny-news-list-title{
    margin-bottom: 5px;
}
.ny-news-list li .ny-time{
    color: #929292;
}
.ny-news-list li .ny-news-text{
    line-height: 16px;  
    margin-bottom: 15px;
}
.page{
    text-align: center;
    margin-bottom: 50px;
}
.page span{
    margin: 0 3px;
    font-size: 16px;
}
.page span:last-of-type{
    color: #D00;
}
.page a{
    box-sizing: content-box;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
    border:  1px solid #D5D5D5;
}
.page a:hover{
    color: #47cdff;
}
.flex-page{
    margin-top: 25px;
    display: none;
    text-align: center;
}
.flex-page a{
    box-sizing: content-box;
    border: 1px solid #DDD;
    color: #5A5A5A;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    background: #eee;
    width: 80px;
    margin: 0 5px;
    border-radius: 5px;
}
.flex-page p{
    margin-top: 15px;
    margin-bottom: 30px;
}
/*新闻详情页*/
.ny-news2 p{
    margin-bottom: 20px;
    font-family: Microsoft YaHei;
    text-indent: 2em;
    padding: 0 30px;
    font-size: 12px;
    color: #5A5A5A;
    line-height: 1.7em;
}
.ny-news2>p:first-child{
    text-align: center;
    font-size: 16px;
    color: #db2d12;
    font-weight: bold;
    text-indent: 0;
}
.ny-news2>p:nth-child(2){
    text-align: center;
    font-size: 12px;
    color: #5A5A5A;
    text-indent: 0;    
}
.ny-news2>p:nth-child(2) span{
    margin: 0 10px;
}
.ny-news2>p:nth-child(3){
    display: block;
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 5px 0;
}
.new2-page{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #595959;
    line-height: 25px;
    padding-bottom: 80px;
}
.new2-page p:first-child{
    float: left;
}
.new2-page p:last-child{
    float: right;
}
.new2-page p a{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #444;
    line-height: 25px;
}
/*产品中心*/
.ny-product .row>div{
    text-align: center;
}
.ny-product .row>div a{
    color: #000;
}
.ny-product-nav p a{
    margin: 0 3px;
    width: 100px;
    height: 48px;
}
/*产品详情*/
.product2-main{
    margin-top: 40px;
}
.product2-con{
    padding: 0 30px;
}
.product2-con>div{
    display: inline-block;
}
.product2-con>img{
    vertical-align: top;
    width: 50%;
    display: block;
    margin: auto;
}
.product2-con-right{
    margin-left: 20px;
}
.pro-name{
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 33px;
    margin-bottom: 10px;
    color: #454545;
}
.pro-price{
    font-size: 14px;
    color: #454545;
}
.pro-price span{
    text-decoration: line-through;
    color: #898989;
}
.pro-price2{
    font-size: 14px;
    color: #454545;
}
.pro-price2 span{
    font-size: 20px;
    color: #ff5022;
    font-weight: bold;
}
.product2-main>p:first-of-type{
    margin-top: 40px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    color: #868686;
    margin-bottom: 25px;
    padding: 5px;
    font-family: 'Microsoft YaHei';
    line-height: 24px;
}
.pro2-text{
    text-indent: 3em;
    margin-bottom: 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #434343;
    line-height: 140%;
}
.pro2-page{
    margin-top: 30px;
    margin-bottom: 30px;
}
.pro2-page a:hover{
    text-decoration: underline;
    color: #000;
}
/*服务支持*/
.ny-service>p{
    text-align: center;
    margin-bottom: 0;
    font-family: 微软雅黑;
    line-height: 180%;
    font-size: 14px;
    color: rgb(67, 67, 67);
}
.ny-service .service-title-top:first-of-type{
    margin-top: 30px;
}
.ny-service .service-title-bot{
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: rgb(219, 45, 18);
}
.form-box{
    text-align: center;
    margin-bottom: 100px;
}
form{
    width: 880px;
    margin: 0 auto;
}
form p{
    text-align: left;
    width: 100%;
    margin: 7px 0;
}
form p>span:first-child{
    display: inline-block;
    width: 115px;
    text-align: left;
}
form p{
    line-height: 37px;
}
form p span{
    color: #5a5a5a;
}
form .choose span:nth-of-type(2),
form .choose span:nth-of-type(3){

    vertical-align: 2px;
}
form p input[type='text'],
form p select{
    width: 760px;
    height: 35px;
    line-height: 35px;
    font-family: '微软雅黑';
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    font-size: 12px;
    text-indent: 5px;
    border-radius: 3px;
    color: #5a5a5a;
}
form .submit{
    margin-left: 120px;
    margin-top: 10px;
}
form .submit input{
    line-height: 40px;
    height: 40px;
    width: 250px;
    background-color: #161923;
    font-family: '微软雅黑';
    border: 0;
    color: #fff;
    border-radius: 5px;
}
form .submit input:hover{
    background-color: #db2d12;
}
/*联系我们*/
.ny-service .contact-map{
    text-align: center;
    margin: 20px 0 20px;
}
.contact-map img:last-child{
    display: none;
}
.contact{
    text-align: center;
    /*padding: 0 60px;*/
   width: 100%;
   margin-right: 0;
   margin-left: 0;
}
.contact>div{
    margin-bottom: 50px;
}
.contact p{
    font-size: 14px;
    color: rgb(67, 67, 67);
}

@media (min-width: 1200px){
    .container{
        width: 1200px;
        padding: 0;
    }
    .index-show-product>.row>div div a{
        display: inline-block;
        width: 285px;
        overflow: hidden;
    }
}
@media (min-width: 991px){
    .index-news .learn-more{
        margin-bottom: 40px;
    }
}
@media (max-width: 1200px){
    .pc-header{
        display: none;
    }
    .flex-header{
        display: block;
    }
    .banner{
        margin-top: 0;
    }
    .banner-text{
        width: 500px;
    }
    .banner-text p{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .banner-text h1{
        font-size: 50px;
        line-height: 60px;
        margin-top: 12px;
    }
    .index-about .index-about-mian{
        width: auto;
    }
    .index-advantage{
        /* display: none; */
		background: url();
		height: auto;
		background-color: #F7F7F7;
		padding: 30px 0;
    }
	.index-advantage-con{
		width: 100%;
		height: auto;
	}
	.index-advantage-con>div{
		position: static;
		height: auto;
		width: 100%;
	}
    .index-show-main{
        width: auto;
    }
    .index-show-main .index-show-nav{
        display: none;
    }
    .index-show{
        height: auto;
    }
    .index-show-product>.row>div:nth-child(7),
    .index-show-product>.row>div:nth-child(8){
        /* display: none; */
    }  
    .index-show-product>.row>div img:hover{
        transform: none;
    } 
    .index-show-main .learn-more{
        margin-top: 10px;
        margin-bottom: 40px;
    } 
    .index-news-main{
        width: auto;
        padding: 0 100px;
    }
    .index-news-con>div:last-child{
        display: none;
    }
    .line{
        display: none;
    }
    .footer-main .bq1{
        margin-top: 20px;
    }
    .pc-ny-title{
        display: none;
    }
    .ny-flex-nav{
        display: block;
    }
    .ny-product .col-lg-3{
        display: none;
    }
    .ny-product .col-lg-3:nth-child(1),
    .ny-product .col-lg-3:nth-child(2),
    .ny-product .col-lg-3:nth-child(3),
    .ny-product .col-lg-3:nth-child(4),
    .ny-product .col-lg-3:nth-child(5),
    .ny-product .col-lg-3:nth-child(6),
    .ny-product .col-lg-3:nth-child(7),
    .ny-product .col-lg-3:nth-child(8),
    .ny-product .col-lg-3:nth-child(9),
    .ny-product .col-lg-3:nth-child(10),
    .ny-product .col-lg-3:nth-child(11),
    .ny-product .col-lg-3:nth-child(12){
        display: block!important;
    }
    form{
        width: 100%;
    }
    form p>span:first-child{
        width: 85px;
    }
    form p input[type='text'],
    form p select{
        width: 74%;;
    }
    form .submit{
        margin-left: 88.5px;
    }
    .contact-map img:first-child{
        display: none;
    }
    .contact-map img:last-child{
        display: block;
    }
}
@media (max-width: 991px){
    .index-about {
        background: none;
        height: auto;
    }
    .index-about-con p{
        padding: 0 10px;
        margin: 0;
        color: rgb(43, 45, 66);
    }
    .index-about-con p:nth-child(3),
    .index-about-con p:nth-child(4){
        display: none; 
    }
    .learn-more{
        margin-top: 15px;
        margin-bottom: 30px;
    }   
    .index-show-product>.row>div img{
        width: 200px;
    }
    .index-news-main{
        padding: 0 10px;
    }
    .footer-logo{
        display: none;
    }
    .product2-con{
        padding: 0;
    }
    .product2-con img{
        width: 40%;
    }
    .product2-con-right{
        margin-left: 5px;
    }
}
@media (max-width: 767px){
    .banner-text{
        display: none;
    }
    .banner-text2{
        display: block;
        z-index: 9;
        position: absolute;
        width: 300px;
        left: 50%;
        top: 50%;
        color: #fff;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .banner-text2 p{
        font-family: 'Times New Roman';
        font-size: 12px;
        line-height: 22.3999996185303px;
        margin-bottom: 10px;
    }
    .banner-text2 h1{
        font-family: 微软雅黑;
        font-size: 30px;
        line-height: 40px;
        margin-top: 12px;
    }
    .banner-text2 a{
        margin-top: 10px;
        display: inline-block;
        width: 159px;
        height: 47px;
        line-height: 47px;
        color: #fff;
        background-color: rgba(43,45,66,1);
        font-family: arial;
        border-radius: 3px;
    }
    .banner-text2 a:hover{
        text-decoration: none;
        background-color: rgba(219,45,18,1);
    }
    .index-product-title {
        padding-top: 25px;
    }
    .index-product-title p {
        font-size: 22px;
        line-height: 35px;
    }
    .index-product-title p:last-child {
        font-weight: normal;
        font-size: 28px;
    }
    .index-product-main{
    	 flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    }
    .index-product-main>div>.index-pro-box {
        width: 120px;
        height: 120px;
    }
    .index-product-main>div>.index-pro-box ul{
        top: -120px;
    }
    .index-pro-box img{
        width: 120px;
    }
    .index-pro-name {
        margin-top: 20px;
        width: 120px;
        text-align: center;
    }
    .index-show-title p:first-child{
        font-size: 22px;
        line-height: 35px;
    }
    .index-show-title p:last-child{
        font-weight: normal;
        font-size: 28px;
        line-height: 35px;
    }
    .index-show-product .name a{
        font-size: 12px;
    }
    .index-news-con{
        display: flex;
        justify-content: center;
    }
    .index-news-con>div:nth-child(2){
        display: none;
    }
    .footer-con {
        text-align: center;
        display: block;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .cz,
    .lxr{
        display: none;
    }
    .footer-main .footer-con .ewm{
        margin-top: 10px;
    }
    .footer-main .bq1 {
        margin-top: 10px;
    }
    .footer-main .footer-con .ewm img{
        width: 91px;
    }
    .footer-main>p:last-child{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .ny-about-pic img:first-child{
        display: none;
    }
    .ny-about-pic img:last-child{
        display: block;
    }
    .ny-flex-nav-list{
        margin-bottom: 15px;
    }
    .ny-flex-nav-list a{
        width: 72px;
        height: 42px;
        line-height: 42px;
    }
    .ny-news-list li{
        height: 48px;
    }
    .ny-news-list li p{
        line-height: 48px;
    }
    .ny-news-list-title{
        float: left;
    }
    .ny-news-list-title a{
        font-size: 12px;
    }
    .ny-time{
        float: right;
    }
    .ny-news-text{
        display: none;
    }
    .page{
        display: none;
    }
    .flex-page{
        display: block;
    }
    .ny-about .new2-page{
        padding-bottom: 0;
    }
    .ny-about .new2-page p{
        float: none;
    }
    .pro2-text{
        text-indent: 0;
        padding: 0 30px;
    }
    .contact>div{
        margin-bottom: 30px;
    }
}
@media (max-width: 600px){
    .banner img{
        width: auto;
        height: 280px;
    }
}
@media (max-width: 475px){
    .flex-header-logo img{
        width: 200px;
        height: auto;
    }
    .flex-header-icon img{
        width: 32px;
        height: auto;
    }
    .index-about-pic{
        display: block;
    }
    .index-news{
        display: none;
    }
    .index-flex-news{
        display: block;
    }
    .footer-con p {
        font-size: 12px;
        line-height: 180%;
    }
    .ny-flex-nav-title>p:first-child{
        font-size: 20px;
        line-height: 30px;
    }
    .ny-flex-nav-title>p:last-child{
        font-size: 24px;
        line-height: 30px;        
    }
    .ny-about-pic {
        width: 100%;
        margin: 20px 0;
    }
    .ny-news-list-title{
        max-width: 200px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .index-show-product>.row>div img {
        width: 90%;
    }
    .ny-product-nav p a{
        font-size: 12px;
        width: 80px;
        height: 40px;
        line-height: 40px;
    }
    .product2-main>p:first-of-type{
        margin-top: 20px;
    }
    .pro-name{
        font-size: 15px;
    }
    .pro-price,
    .pro-price2{
        font-size: 12px;
    }
    .pro-price2 span{
        font-size: 18px;
    }
    form .submit input{
        width: 200px;
    }
    .contact{
        padding: 0;
    }
}
@media (max-width: 320px){
    form p input[type='text'],
    form p select{
        width: 69%;;
    }
}


.honord{
	width: 100%;
	height: auto;
}
.honord img{
	width: 50%;
	display: block;
	margin: auto;
}
.honord p{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

@media (max-width: 1600px){
	.banner img{
		max-height: 500px;
	}
}


@media only screen and (max-width: 1200px) {
	.ny-about img{
		width: 100%;
		display: block;
	}
}


.ny-product .row>div a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact img{
	width: auto;
}


.footer-logo img{
	width: 100%;
}
.ny-about p {
	font-size: 16px !important;
}



/*增加模块 --- 人才招聘*/
.ny-recruit{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.ny-recruit .ny-recruit-item{
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.ny-recruit .ny-recruit-item:nth-last-of-type(1){
	/*border-bottom: 0;*/
}
.ny-recruit .ny-recruit-item table{
	width: 100%;
}
.ny-recruit .ny-recruit-item table tr td{
	line-height: 40px;
}
.ny-recruit .ny-recruit-item table tr td:nth-of-type(2n-1){
	width: 90px;
}
.ny-recruit .ny-recruit-item table tr td span{
	color: #0084c3;
}
.ny-recruit .ny-recruit-item table a{
	display: block;
	width: 70px;
	height: 30px;
	font-size: 14px !important; 
	color: #fff;
	text-align: center;
	background-color: #0084c3;
	line-height: 30px;
	float: right;
}

.ny-recruitd{
	width: 100%;
	height: auto;
}
.ny-recruitd-form{
	width: 100%;
	height: auto;
	font: 16px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;
}
.ny-recruitd-form form{
	width: 100%;
}
.ny-recruitd-box{
	width: 100%;
	margin: 0;
}
.ny-recruitd table tr td{
	/*line-height: 30px;*/
	padding: 10px 0;
}



@media only screen and (max-width: 1200px) {
	.ny-recruitd table tr td{
		display: block;
		width: 100%;
		height: auto;
	}
	.ny-recruitd table tr td input,
	.ny-recruitd table tr td textarea{
		width: 100% !important;
	}
	.ny-recruitd table tr td input[type="radio"]{
		width: auto !important;
	}
}